3.186 \(\int \frac {(a x^n)^{-1/n}}{x^2} \, dx\)

Optimal. Leaf size=18 \[ -\frac {\left (a x^n\right )^{-1/n}}{2 x} \]

[Out]

-1/2/x/((a*x^n)^(1/n))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {15, 30} \[ -\frac {\left (a x^n\right )^{-1/n}}{2 x} \]

Antiderivative was successfully verified.

[In]

Int[1/(x^2*(a*x^n)^n^(-1)),x]

[Out]

-1/(2*x*(a*x^n)^n^(-1))

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {\left (a x^n\right )^{-1/n}}{x^2} \, dx &=\left (x \left (a x^n\right )^{-1/n}\right ) \int \frac {1}{x^3} \, dx\\ &=-\frac {\left (a x^n\right )^{-1/n}}{2 x}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 18, normalized size = 1.00 \[ -\frac {\left (a x^n\right )^{-1/n}}{2 x} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x^2*(a*x^n)^n^(-1)),x]

[Out]

-1/2*1/(x*(a*x^n)^n^(-1))

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 12, normalized size = 0.67 \[ -\frac {1}{2 \, a^{\left (\frac {1}{n}\right )} x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/((a*x^n)^(1/n)),x, algorithm="fricas")

[Out]

-1/2/(a^(1/n)*x^2)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (a x^{n}\right )^{\left (\frac {1}{n}\right )} x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/((a*x^n)^(1/n)),x, algorithm="giac")

[Out]

integrate(1/((a*x^n)^(1/n)*x^2), x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 17, normalized size = 0.94 \[ -\frac {\left (a \,x^{n}\right )^{-\frac {1}{n}}}{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^2/((a*x^n)^(1/n)),x)

[Out]

-1/2/x/((a*x^n)^(1/n))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (a x^{n}\right )^{\left (\frac {1}{n}\right )} x^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^2/((a*x^n)^(1/n)),x, algorithm="maxima")

[Out]

integrate(1/((a*x^n)^(1/n)*x^2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.06 \[ \int \frac {1}{x^2\,{\left (a\,x^n\right )}^{1/n}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2*(a*x^n)^(1/n)),x)

[Out]

int(1/(x^2*(a*x^n)^(1/n)), x)

________________________________________________________________________________________

sympy [A]  time = 2.03, size = 60, normalized size = 3.33 \[ \begin {cases} - \frac {a^{- \frac {1}{n}} \left (x^{n}\right )^{- \frac {1}{n}}}{2 x} & \text {for}\: a \neq 0^{n} \\- \frac {1}{0^{n} \tilde {\infty }^{n} x \left (0^{n}\right )^{\frac {1}{n}} \left (x^{n}\right )^{\frac {1}{n}} + x \left (0^{n}\right )^{\frac {1}{n}} \left (x^{n}\right )^{\frac {1}{n}}} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**2/((a*x**n)**(1/n)),x)

[Out]

Piecewise((-a**(-1/n)*(x**n)**(-1/n)/(2*x), Ne(a, 0**n)), (-1/(0**n*zoo**n*x*(0**n)**(1/n)*(x**n)**(1/n) + x*(
0**n)**(1/n)*(x**n)**(1/n)), True))

________________________________________________________________________________________